toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final asynchronous = this.asynchronous;
final generationExpression = this.generationExpression;
final stored = this.stored;
return {
'asynchronous': ?asynchronous,
'generationExpression': ?generationExpression,
'stored': ?stored,
};
}