handle property

String? handle
override

Implementation

String? get handle => _$this._handle;
void handle=(covariant String? handle)
covariantoverride

Implementation

set handle(covariant String? handle) => _$this._handle = handle;