menu
hive_flutter_kit package
documentation
core/models/resource_credits.dart
ResourceCredits
fromJsonString static method
fromJsonString static method
dark_mode
light_mode
fromJsonString
static method
ResourceCredits
fromJsonString
(
String
str
)
Implementation
static ResourceCredits fromJsonString(String str) => ResourceCredits.fromJson(json.decode(str));
hive_flutter_kit package
documentation
core/models/resource_credits
ResourceCredits
fromJsonString static method
ResourceCredits class