ShopModel constructor

ShopModel({
  1. String name = '',
  2. String image = '',
  3. String province_name = '',
})

Implementation

ShopModel({this.name = '', this.image = '', this.province_name = ''});