isDummyPlug property
If TRUE, this plug is used for UI display purposes only, and doesn't have any interesting effects of its own.
Implementation
@JsonKey(name:'isDummyPlug')
bool? isDummyPlug;
If TRUE, this plug is used for UI display purposes only, and doesn't have any interesting effects of its own.
@JsonKey(name:'isDummyPlug')
bool? isDummyPlug;