VendorStatus constructor

VendorStatus({
  1. required String id,
  2. bool enabled = false,
})

Implementation

VendorStatus({required this.id, this.enabled = false});