NotNullableError<T> constructor

NotNullableError<T>(
  1. String _name
)

Implementation

NotNullableError(this._name);