ProcessorAuthGetResponse.fromJson constructor

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

Implementation

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