menu
tabby_flutter_inapp_sdk package
documentation
tabby_flutter_inapp_sdk.dart
Identifiable
Identifiable.fromJson factory constructor
Identifiable.fromJson factory constructor
dark_mode
light_mode
Identifiable.fromJson
constructor
Identifiable.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Identifiable.fromJson(Map<String, dynamic> json) { return Identifiable(id: json['id']); }
tabby_flutter_inapp_sdk package
documentation
tabby_flutter_inapp_sdk
Identifiable
Identifiable.fromJson factory constructor
Identifiable class