meetingLocation property Null safety

String? meetingLocation

Implementation

String? get meetingLocation => _$this._meetingLocation;
void meetingLocation=(String? meetingLocation)

Implementation

set meetingLocation(String? meetingLocation) =>
    _$this._meetingLocation = meetingLocation;