ServiceAvailableAPIResult.fromJson constructor

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

Constructs an instance of this from a json string.

The json needs to have named string keys with values matching the names and types of all of the members on this class.

Implementation

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