CloudMediaFileTooLargeException constructor

const CloudMediaFileTooLargeException([
  1. String message = 'File exceeds maximum allowed size.'
])

Implementation

const CloudMediaFileTooLargeException(
    [this.message = 'File exceeds maximum allowed size.']);