InterconnectLocationListWarning constructor
InterconnectLocationListWarning({
- String? code,
- List<
InterconnectLocationListWarningData> ? data, - String? message,
Implementation
InterconnectLocationListWarning({
this.code,
this.data,
this.message,
});