isEnabled property
Even if a plug is inserted, it doesn't mean it's enabled. This flag indicates whether the plug is active and providing its benefits.
Implementation
@JsonKey(name:'isEnabled')
bool? isEnabled;
Even if a plug is inserted, it doesn't mean it's enabled. This flag indicates whether the plug is active and providing its benefits.
@JsonKey(name:'isEnabled')
bool? isEnabled;