Member constructor

Member({
  1. DateTime? creationDate,
  2. String? description,
  3. MemberFrameworkAttributes? frameworkAttributes,
  4. String? id,
  5. MemberLogPublishingConfiguration? logPublishingConfiguration,
  6. String? name,
  7. String? networkId,
  8. MemberStatus? status,
})

Implementation

Member({
  this.creationDate,
  this.description,
  this.frameworkAttributes,
  this.id,
  this.logPublishingConfiguration,
  this.name,
  this.networkId,
  this.status,
});