InterconnectLocationListWarning constructor

InterconnectLocationListWarning({
  1. String? code,
  2. List<InterconnectLocationListWarningData>? data,
  3. String? message,
})

Implementation

InterconnectLocationListWarning({
  this.code,
  this.data,
  this.message,
});