idAsString property

String idAsString

Returns the id or "" if null.

Implementation

String get idAsString => id ?? "";