ProcessorIdentityGetResponse.fromJson constructor

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

Implementation

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