MessagesHistoryImport constructor

const MessagesHistoryImport({
  1. required int id,
})

Messages History Import constructor.

Implementation

const MessagesHistoryImport({
  required this.id,
}) : super._();