MastodonCredentialAccountUpdateRequest constructor
- String? displayName,
- String? note,
- String? avatar,
- String? header,
- bool? locked,
- bool? bot,
- bool? discoverable,
- bool? hideCollections,
- bool? indexable,
- List<
MastodonFieldAttribute> ? fieldsAttributes, - String? sourcePrivacy,
- bool? sourceSensitive,
- String? sourceLanguage,
- String? sourceQuotePolicy,
- List<
String> ? attributionDomains,
Creates parameters for a profile update request.
Implementation
const MastodonCredentialAccountUpdateRequest({
this.displayName,
this.note,
this.avatar,
this.header,
this.locked,
this.bot,
this.discoverable,
this.hideCollections,
this.indexable,
this.fieldsAttributes,
this.sourcePrivacy,
this.sourceSensitive,
this.sourceLanguage,
this.sourceQuotePolicy,
this.attributionDomains,
});