getPropertySchema method
Get JsonSchema
from the fieldName
property of dataSchema
present in
the current state.
Implementation
JsonSchema getPropertySchema(String fieldName) =>
state?.dataSchema?.properties[fieldName];