riot_api_library
valpi
ActId
ActId constructor
ActId
ActId
constructor
ActId
(
{
String
id
,
String
parentId
,
String
type
,
String
name
,
bool
isActive
}
)
Implementation
ActId({this.id, this.parentId, this.type, this.name, this.isActive});
riot_api_library
valpi
ActId
ActId constructor
ActId class
Constructors
ActId
fromJson
Properties
hashCode
id
isActive
name
parentId
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==