menu
talkplus_flutter_sdk package
documentation
entity/TPEntity.dart
TPEntity
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
key
)
Implementation
int getInt(String key) { try { return _mEntity?[key] as int; } catch (err) { return 0; } }
talkplus_flutter_sdk package
documentation
entity/TPEntity
TPEntity
getInt method
TPEntity class