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