toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final builder = this.builder;
final byproducts = this.byproducts;
final metadata = this.metadata;
return {
'builder': ?builder,
'byproducts': ?byproducts,
'metadata': ?metadata,
};
}