Brand.fromRequestJson constructor

Brand.fromRequestJson(
  1. dynamic json
)

Implementation

Brand.fromRequestJson(dynamic json) {
  sId = json.sId;
  brandName = json.brandName;
  sTypename = json.sTypename;
}