UniqueIdentifierProperty constructor
UniqueIdentifierProperty({
- String? value,
Implementation
UniqueIdentifierProperty({
String? value,
}) : super("UID", TextValue(value ?? nanoid(32)));
UniqueIdentifierProperty({
String? value,
}) : super("UID", TextValue(value ?? nanoid(32)));