Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'message'] = this.message; json[r'tokens'] = this.tokens; return json; }