menu
flutter_xupdate package
documentation
update_entity.dart
UpdateEntity
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
UpdateEntity
?
fromJson
(
String
source
)
Implementation
static UpdateEntity? fromJson(String source) => fromMap(json.decode(source));
flutter_xupdate package
documentation
update_entity
UpdateEntity
fromJson static method
UpdateEntity class