FavoriteApp constructor

FavoriteApp(
  1. String appId,
  2. String userId,
  3. DateTime createdAt
)

Implementation

FavoriteApp(this.appId, this.userId, this.createdAt);