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