ReflectionDto.fromJson constructor

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

Implementation

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