ActorGetProfileInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ActorGetProfileInput({
/// Handle or DID of account to fetch profile of.
required String actor,
Map<String, dynamic>? $unknown,
}) = _ActorGetProfileInput;