requestedSchema property

Map<String, dynamic>? requestedSchema
final

The raw requested schema (form mode). Preserved verbatim so nothing is lost even for shapes this layer does not specialize.

Implementation

final Map<String, dynamic>? requestedSchema;