customId property

String? get customId
override

Implementation

String? get customId => _$this._customId;
set customId (covariant String? customId)
covariantoverride

Implementation

set customId(covariant String? customId) => _$this._customId = customId;