PathDto.fromJson constructor

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

Implementation

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