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