GetSystemSupportInformationResponse.fromJson constructor

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

Implementation

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