EmptyColorListException constructor

const EmptyColorListException([
  1. String? message
])

Creates a EmptyColorListException with the provided message.

Implementation

const EmptyColorListException([this.message]);