getPropertySchema method

JsonSchema getPropertySchema (String fieldName)

Implementation

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