getPropertySchema method

JsonSchema getPropertySchema ( String fieldName)

Get JsonSchema from the fieldName property of dataSchema present in the current state.

Implementation

JsonSchema getPropertySchema(String fieldName) =>
    state?.dataSchema?.properties[fieldName];