NewMediaItemResult class
Result of creating a new media item.
Constructors
- NewMediaItemResult({MediaItem? mediaItem, Status? status, String? uploadToken})
- NewMediaItemResult.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mediaItem ↔ MediaItem?
-
Media item created with the upload token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
If an error occurred during the creation of this media item, this field is
populated with information related to the error.
getter/setter pair
- uploadToken ↔ String?
-
The upload token used to create this new (simple) media item.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited