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