FileId constructor

const FileId({
  1. required String id,
})

Implementation

const FileId({required this.id});