enabled property
If a vendor is not enabled, we won't even save the vendor's definition, and we won't return any items or info about them. It's as if they don't exist.
Implementation
@JsonKey(name:'enabled')
bool? enabled;
If a vendor is not enabled, we won't even save the vendor's definition, and we won't return any items or info about them. It's as if they don't exist.
@JsonKey(name:'enabled')
bool? enabled;