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