enabled property

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

If True, the Vendor is currently accessible. If False, they may not actually be visible in the world at the moment.

Implementation

@JsonKey(name:'enabled')
bool? enabled;