id property

String? get id
inherited

id is the unique identifier of the model.

Implementation

String? get id;
set id (String? value)
inherited

id is the unique identifier of the model.

Implementation

String? get id;/// [id] is the unique identifier of the model.
set id(String? value);