fromJson static method
Implementation
static RoomContainerPort fromJson(Map<String, dynamic> json) {
return RoomContainerPort(containerPort: json["container_port"], hostPort: json["host_port"]);
}
static RoomContainerPort fromJson(Map<String, dynamic> json) {
return RoomContainerPort(containerPort: json["container_port"], hostPort: json["host_port"]);
}