toJson method

Map<String, dynamic> toJson()

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,
  };
}