id property

  1. @override
String id
override

An ID of an object.

Typically an UUID v4 string.

Implementation

@override
String get id => _id;