PlatformUserEmployeeDTO.fromJson constructor

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

Implementation

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