RealmValue.bool constructor

const RealmValue.bool(
  1. bool b
)

Implementation

const RealmValue.bool(bool b) : this._(b);