CacheException constructor

const CacheException([
  1. String _message = ''
])

Default constructor. Takes an optional message string.

Implementation

const CacheException([this._message = '']);