id property Null safety
read / writeoverride
A unique identifier for an Object. Passed to the getObject RPC to reload this Object.
Some objects may get a new id when they are reloaded.
Implementation
String? id;
A unique identifier for an Object. Passed to the getObject RPC to reload this Object.
Some objects may get a new id when they are reloaded.
String? id;