ListenerBindError constructor

ListenerBindError([
  1. String? message,
  2. List<String> sources = const []
])

Implementation

ListenerBindError([String? message, List<String> sources = const[]])
    : super._(ErrorCode.listenerBindError, message, sources);