arn property

String? get arn

Implementation

String? get arn => _$this._arn;
set arn (String? arn)

Implementation

set arn(String? arn) => _$this._arn = arn;