RealmValue.string constructor

const RealmValue.string(
  1. String text
)

Implementation

const RealmValue.string(String text) : this._(text);