variableName property

String? variableName

Implementation

String? get variableName => _variableName;
  1. @protected
void variableName=(dynamic value)

Implementation

@protected
set variableName(value) => _variableName = value;