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