RealmValue.int constructor

const RealmValue.int(
  1. int i
)

Implementation

const RealmValue.int(int i) : this._(i);