value property

Map<String, Object?> get value

The underlying map representation of the schema.

Implementation

Map<String, Object?> get value => _value;