ProtectionNodeDto.fromJson constructor

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

Implementation

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