FileValue constructor

const FileValue(
  1. File file
)

Implementation

const factory FileValue(final File file) = _$FileValue;