getInputConfig method

InputConfig? getInputConfig(
  1. String fieldName
)

Implementation

InputConfig? getInputConfig(String fieldName) =>
    _inputs.firstWhereOrNull((e) => e.fieldName == fieldName);