toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final ignoreNotFound = this.ignoreNotFound;
final key = this.key;
final queue = this.queue;
return {'ignoreNotFound': ?ignoreNotFound, 'key': ?key, 'queue': ?queue};
}