ElementType class

Constructors

ElementType({required int id, required String pluralName, required String pluralNameShort, required String singularName, required String singularNameShort, required int squadSelect, required int squadMinPlay, required int squadMaxPlay, required bool uiShirtSpecific, required List<int> subPositionsLocked, required int elementCount})
ElementType.fromJson(Map<String, dynamic> json)
factory

Properties

elementCount int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
pluralName String
getter/setter pair
pluralNameShort String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singularName String
getter/setter pair
singularNameShort String
getter/setter pair
squadMaxPlay int
getter/setter pair
squadMinPlay int
getter/setter pair
squadSelect int
getter/setter pair
subPositionsLocked List<int>
getter/setter pair
uiShirtSpecific bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited