fieldName property

String get fieldName

Gets the name of the field this controller is bound to.

Implementation

String get fieldName => bindingContext.field.name;