isGeneric property
isGeneric is true if the model is generic. Only can be 1 generic model per protocol.
Implementation
set protocolId(String? value);/// [isGeneric] is true if the model is generic. Only can be 1 generic model per protocol.
bool get isGeneric;
isGeneric is true if the model is generic. Only can be 1 generic model per protocol.
Implementation
bool get isGeneric;/// [isGeneric] is true if the model is generic. Only can be 1 generic model per protocol.
set isGeneric(bool value);