core.Map<core.String, core.dynamic> toJson() { final recordCount = this.recordCount; return {'recordCount': ?recordCount}; }