Map<String, Object?> toJson() { var asyncId = this.asyncId; final json = <String, Object?>{}; json[r'asyncId'] = asyncId; return json; }