id property

String? get id
inherited

id represents the labor hour ID.

Implementation

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

id represents the labor hour ID.

Implementation

String? get id;/// [id] represents the labor hour ID.
set id(String? value);