ObjectType constructor

const ObjectType(
  1. Map<String, DataType> fieldTypes, {
  2. bool nullable = false,
})

Implementation

const ObjectType(this.fieldTypes, {bool nullable = false}) : super(nullable);