NetworkTypeOther.fromJson constructor

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

Parse from a json

Implementation

factory NetworkTypeOther.fromJson(Map<String, dynamic> json) =>
    const NetworkTypeOther();