menu
zupdate package
documentation
version_xupdate/update/entity/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));
zupdate package
documentation
version_xupdate/update/entity/update_entity
UpdateEntity
fromJson static method
UpdateEntity class