NodeInfoOther.fromJson constructor

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

Implementation

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