NoContextException constructor

const NoContextException({
  1. String message = _contextErrorMessage,
})

Implementation

const NoContextException({this.message = _contextErrorMessage});