PeerIdentityEventBodyModel constructor
PeerIdentityEventBodyModel({
- required String name,
- required String? bio,
- NetworkMediaModel? image,
Implementation
PeerIdentityEventBodyModel({
required this.name,
required this.bio,
this.image,
}) : super(type: EventType.peerIdentity);