EndpointConfirmIdsForUserResponseApplicationJson.fromJson constructor

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

Implementation

factory EndpointConfirmIdsForUserResponseApplicationJson.fromJson(Map<String, dynamic> json) =>
    jsonSerializers.deserializeWith(serializer, json)!;