isGeneric property

bool get isGeneric
inherited

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;
set isGeneric (bool value)
inherited

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);