UMediaResponse class

Constructors

UMediaResponse.new({required String id, required DateTime createdAt, required DateTime updatedAt, required UMediaJson jsonData, required List<int> tags, required String path, String? userId, String? contentId, String? categoryId, String? commentId, String? productId})
UMediaResponse.fromJson(String str)
factory
UMediaResponse.fromMap(Map<String, dynamic> json)
factory

Properties

categoryId String?
final
commentId String?
final
contentId String?
final
createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
jsonData UMediaJson
final
path String
final
productId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<int>
final
updatedAt DateTime
final
url String
no setter
userId String?
final

Methods

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

Operators

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