Host.fromJson constructor

Host.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Host.fromJson(Map<String, Object?> json) => _$HostFromJson(json);