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