Asset constructor
Asset({})
Implementation
Asset({
this.id,
this.merchantId,
this.uuid,
this.name,
this.url,
this.description,
this.size,
this.type,
this.isImage,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
this.pivot,
});