schemaValue property

  1. @override
Map<String, dynamic> schemaValue
override

The Value that is used when sending data back to the server. Matching against the schema

Implementation

@override
Map<String, dynamic> get schemaValue => {
      'value': value?.schemaValue,
      'error': error,
    };