CreateContentResponse class
- Annotations
-
- @_NameSource('generated')
Constructors
- CreateContentResponse({required Uri contentUri, int? unusedExpiresAt})
-
CreateContentResponse.fromJson(Map<
String, Object?> json)
Properties
- contentUri ↔ Uri
-
The
mxc://
URI at which the content will be available, once it is uploaded.getter/setter pair - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unusedExpiresAt ↔ int?
-
The timestamp (in milliseconds since the unix epoch) when the
generated media id will expire, if media is not uploaded.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override