ReadFileResponse constructor

ReadFileResponse({
  1. String? fileContents,
})

Implementation

ReadFileResponse({this.fileContents});