HiveField constructor

const HiveField(
  1. int index, {
  2. bool defaultValue = false,
})

Implementation

const HiveField(this.index, {this.defaultValue = false});