Metadata.fromJson constructor

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

Implementation

factory Metadata.fromJson(Map<String, dynamic> json) => Metadata(
      customer: json["customer"],
    );