menu
guardlinesdk package
documentation
models/keyvalue.dart
KeyValue
KeyValue.new constructor
KeyValue.new constructor
dark_mode
light_mode
KeyValue
constructor
KeyValue
(
String
key
,
String
value
)
Implementation
KeyValue(this.key, this.value);
guardlinesdk package
documentation
models/keyvalue
KeyValue
KeyValue.new constructor
KeyValue class