Ports.fromJson constructor

Ports.fromJson(
  1. dynamic json
)

Implementation

Ports.fromJson(dynamic json) {
  type = json['type'];
  mid = json['mid'];
  port = json['port'];
}