fromJson static method
Implementation
static PrintifyShopModel fromJson(Map<String, dynamic> json) =>
PrintifyShopModel(
id: json['id'],
title: json['title'],
sales_channel: json['sales_channel'],
);
static PrintifyShopModel fromJson(Map<String, dynamic> json) =>
PrintifyShopModel(
id: json['id'],
title: json['title'],
sales_channel: json['sales_channel'],
);