toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customerRegion = this.customerRegion;
  final definedSystem = this.definedSystem;
  final environmentType = this.environmentType;
  final sapProduct = this.sapProduct;
  return {
    'customerRegion': ?customerRegion,
    'definedSystem': ?definedSystem,
    'environmentType': ?environmentType,
    'sapProduct': ?sapProduct,
  };
}