MastodonMediaAttributeRequest class

Media attribute parameters for status editing.

Constructors

MastodonMediaAttributeRequest({required String id, String? description, String? focus})
Creates media attribute parameters for status editing.
const

Properties

description String?
Alt text (for screen readers).
final
focus String?
Focal point (x,y format, each value from -1.0 to 1.0).
final
hashCode int
The hash code for this object.
no setterinherited
id String
Internal ID of the media.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited