Invalid.new

const Invalid<T>(
  1. Map<String, List<String>> errors
)

Implementation

const Invalid(this.errors);