fileName property

String? get fileName

Get file name of media stream.

Implementation

String? get fileName {
  return _fileName;
}