Service.fromJson constructor

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

Implementation

Service.fromJson(Map<String, dynamic> json)
    : serviceID = json['service_id'],
      serviceSecret = json['service_secret'],
      serviceUrls = ServiceUrls.fromJson(json['service_urls']);