PropertyEnum constructor

const PropertyEnum(
  1. String name,
  2. TypeEnum type, {
  3. bool isIndexed = false,
})

Implementation

const PropertyEnum(this.name, this.type, {this.isIndexed = false});