ExpansionProfileExcludedSystem constructor

const ExpansionProfileExcludedSystem({
  1. String? system,
  2. @JsonKey(name: '_system') Element? systemElement,
  3. String? version,
  4. @JsonKey(name: '_version') Element? versionElement,
})

Implementation

const factory ExpansionProfileExcludedSystem({
  String? system,
  @JsonKey(name: '_system') Element? systemElement,
  String? version,
  @JsonKey(name: '_version') Element? versionElement,
}) = _ExpansionProfileExcludedSystem;