idOrNull property

String? get idOrNull

Returns the id of this Sys object or null if it is not set.

Implementation

String? get idOrNull => id;