id property
String?
get
id
Implementation
String? get id => _$this._id;
set
id
(String? id)
Implementation
set id(String? id) => _$this._id = id;