SharedFile constructor

SharedFile({
  1. required String? value,
  2. String? thumbnail,
  3. int? duration,
  4. SharedMediaType type = SharedMediaType.OTHER,
})

Implementation

SharedFile(
    {required this.value,
    this.thumbnail,
    this.duration,
    this.type = SharedMediaType.OTHER});