PullErrorDto.fromJson constructor

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

Implementation

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