toVendorsStatus static method
Convert json to vendors status info, or null
Implementation
static Vendors? toVendorsStatus(dynamic json) => json != null ? Vendors.fromJson(json) : null;
Convert json to vendors status info, or null
static Vendors? toVendorsStatus(dynamic json) => json != null ? Vendors.fromJson(json) : null;