NotNull constructor

const NotNull({
  1. String? message,
})

Implementation

const NotNull({
  this.message,
});