enabled property
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;
If True, the Vendor is currently accessible. If False, they may not actually be visible in the world at the moment.
@JsonKey(name:'enabled')
bool? enabled;