InputFileId constructor

InputFileId({
  1. required int id,
})

Implementation

InputFileId({required this.id});