Bazaar.fromJson constructor

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

Implementation

Bazaar.fromJson(Map<String, dynamic> json)
    : success = json['success'],
      lastUpdated = json['lastUpdated'],
      products = (json['products']);