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