GetM2MTokens200Response class
Constructors
-
GetM2MTokens200Response({List<
GetM2MTokens200ResponseM2mTokensInner> m2mTokens = const [], required num totalCount}) - Returns a new GetM2MTokens200Response instance.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
m2mTokens
↔ List<
GetM2MTokens200ResponseM2mTokensInner> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCount ↔ num
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromJson(
dynamic value) → GetM2MTokens200Response? -
Returns a new GetM2MTokens200Response instance and imports its values from
valueif it's a Map, null otherwise. -
listFromJson(
dynamic json, {bool growable = false}) → List< GetM2MTokens200Response> -
mapFromJson(
dynamic json) → Map< String, GetM2MTokens200Response> -
mapListFromJson(
dynamic json, {bool growable = false}) → Map< String, List< GetM2MTokens200Response> >
Constants
-
requiredKeys
→ const Set<
String> - The list of required keys that must be present in a JSON.