AiutaHistoryImage constructor

AiutaHistoryImage({
  1. required String id,
  2. required String url,
})

Creates an AiutaHistoryImage with the given URL and id.

Implementation

AiutaHistoryImage({
  required this.id,
  required this.url,
});