fields property

  1. @override
MappableFields<SchemaValidationError> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<SchemaValidationError> fields = const {
  #type: _f$type,
  #message: _f$message,
};