type property

SchemaType? type

Implementation

SchemaType? get type => _typeList!.length == 1 ? _typeList!.single : null;