isEnabled property

  1. @JsonKey(name: 'isEnabled')
bool? isEnabled
getter/setter pair

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;