AppCard constructor

AppCard(
  1. String appId,
  2. String iconUrl,
  3. String title,
  4. String description,
  5. String action,
  6. DateTime? updatedAt,
)

Implementation

AppCard(this.appId, this.iconUrl, this.title, this.description, this.action,
    this.updatedAt);