RealmValue.bool constructor
const
RealmValue.bool(
- bool b
Implementation
const RealmValue.bool(bool b) : this._(b, RealmValueType.boolean);
const RealmValue.bool(bool b) : this._(b, RealmValueType.boolean);