UniqueIdentifierProperty constructor

UniqueIdentifierProperty({
  1. String? value,
})

Implementation

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