id property

String? id
override

Implementation

String? get id => _$this._id;
void id=(covariant String? id)
covariantoverride

Implementation

set id(covariant String? id) => _$this._id = id;