FeaturedImage class

Constructors

FeaturedImage({required int? id, required dynamic type, required dynamic name, required String? path, required String? extension, required int? size, required int? status, required int? s3, required DateTime? createdAt, required dynamic oldPath, required String? thumb, required String? url})
FeaturedImage.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
final
extension String?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
name → dynamic
final
oldPath → dynamic
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3 int?
final
size int?
final
status int?
final
thumb String?
final
type → dynamic
final
url String?
final

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