menu
eudcc package
documentation
target
Target
Target.fromJson factory constructor
Target.fromJson
brightness_4
brightness_5
Target.fromJson
constructor
Target.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Target.fromJson(Map<String, dynamic> json) => Target.fromValue(Value.fromJson(json));
eudcc package
documentation
target
Target
Target.fromJson factory constructor
Target class
Constructors
Target
fromJson
fromValue
Properties
active
displayName
hashCode
key
language
runtimeType
urn
version
Methods
noSuchMethod
setKey
toJson
toString
Operators
operator ==