ShopifyUser.fromJson constructor

ShopifyUser.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ShopifyUser.fromJson(Map<String, dynamic> json) =>
    _$ShopifyUserFromJson(json);