functionName property Null safety
Implementation
String get functionName => this._functionName;
Implementation
set functionName(String value) => this._functionName = value;
String get functionName => this._functionName;
set functionName(String value) => this._functionName = value;