ProfileViewBasic constructor
- @jsonSerializable
- required String did,
- required String handle,
- String? displayName,
- String? avatar,
- ProfileAssociated? associated,
- @Default(ActorViewer()) ActorViewer viewer,
- List<
Label> ? labels, - @Default(false) bool chatDisabled,
Implementation
@jsonSerializable
const factory ProfileViewBasic({
required String did,
required String handle,
String? displayName,
String? avatar,
ProfileAssociated? associated,
@Default(ActorViewer()) ActorViewer viewer,
List<Label>? labels,
@Default(false) bool chatDisabled,
}) = _ProfileViewBasic;