InterconnectRemoteLocationListWarning constructor

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

Implementation

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