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