FileHandle constructor

FileHandle({
  1. required String id,
})

Implementation

FileHandle({required this.id});