CloudMediaNotFoundException constructor

const CloudMediaNotFoundException([
  1. String message = 'Media not found.'
])

Implementation

const CloudMediaNotFoundException([this.message = 'Media not found.']);