uniqueId property

String? uniqueId
final

A unique id representing this class

This only needs to be set when you have two classes with the same name and want to use generic serialization.

Implementation

final String? uniqueId;