RealmValue.decimal128 constructor

const RealmValue.decimal128(
  1. Decimal128 decimal
)

Implementation

const RealmValue.decimal128(Decimal128 decimal) : this._(decimal);