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