menu
realm_dart package
documentation
realm.dart
RealmValue
RealmValue.bool const constructor
RealmValue.bool const constructor
dark_mode
light_mode
RealmValue.bool
constructor
const
RealmValue.bool
(
bool
b
)
Implementation
const RealmValue.bool(bool b) : this._(b);
realm_dart package
documentation
realm
RealmValue
RealmValue.bool const constructor
RealmValue class