FileSendCallSuccessState constructor

FileSendCallSuccessState({
  1. required String type,
  2. required String message,
  3. required num size,
})

Implementation

FileSendCallSuccessState({required this.type, required this.message, required this.size});