Id property
String?
get
Id
Implementation
String? get Id => this._id;
set
Id
(String? value)
Implementation
set Id(String? value) => this._id = value;