ProxyTypeMtproto.fromJson constructor

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

Parse from a json

Implementation

factory ProxyTypeMtproto.fromJson(Map<String, dynamic> json) =>
    ProxyTypeMtproto(
      secret: json['secret'],
    );