FileContentBuffer constructor

FileContentBuffer({
  1. String? content,
  2. String? fileType,
})

Implementation

FileContentBuffer({this.content, this.fileType});