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