FieldOptions constructor

FieldOptions(
  1. BinaryBlob module, {
  2. String? mode,
  3. BinaryBlob? arg,
})

Implementation

FieldOptions(this.module, {this.mode, this.arg});