NetworkSummary constructor

NetworkSummary({
  1. DateTime? creationDate,
  2. String? description,
  3. Framework? framework,
  4. String? frameworkVersion,
  5. String? id,
  6. String? name,
  7. NetworkStatus? status,
})

Implementation

NetworkSummary({
  this.creationDate,
  this.description,
  this.framework,
  this.frameworkVersion,
  this.id,
  this.name,
  this.status,
});