SignResponse.fromJson(Map<String, dynamic> json) : success = json['success'], result = json['result'], error = json['error'];