Member constructor
Member({
- DateTime? creationDate,
- String? description,
- MemberFrameworkAttributes? frameworkAttributes,
- String? id,
- MemberLogPublishingConfiguration? logPublishingConfiguration,
- String? name,
- String? networkId,
- MemberStatus? status,
Implementation
Member({
this.creationDate,
this.description,
this.frameworkAttributes,
this.id,
this.logPublishingConfiguration,
this.name,
this.networkId,
this.status,
});