Line data Source code
1 : part of rx_bloc_generator; 2 : 3 : class _RxBlocGeneratorException implements Exception { 4 1 : const _RxBlocGeneratorException([ 5 : this.message = '', 6 : ]); 7 : 8 : final String message; 9 : }