MmRemoteClusterInfo constructor

MmRemoteClusterInfo({
  1. String? displayName,
  2. int? createAt,
  3. int? lastPingAt,
})

Returns a new MmRemoteClusterInfo instance.

Implementation

MmRemoteClusterInfo({
  this.displayName,
  this.createAt,
  this.lastPingAt,
});