menu
intelligence package
documentation
model/representable.dart
Representable
Representable.fromJson factory constructor
Representable.fromJson factory constructor
dark_mode
light_mode
Representable.fromJson
constructor
Representable.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory
Representable.fromJson(
Map
<
String
,
Object?
> json) => _$RepresentableFromJson(json);
intelligence package
documentation
model/representable
Representable
Representable.fromJson factory constructor
Representable class
Constructors
Representable
fromJson
Properties
copyWith
hashCode
id
representation
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==