menu
collql package
documentation
implementations/document.dart
Document
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
key
,
dynamic
value
)
Implementation
void set(String key, dynamic value) { _data[key] = value; }
collql package
documentation
implementations/document
Document
set method
Document class