ezOptional constructor

const ezOptional(
  1. Type type, {
  2. Object? defaultValue,
})

Implementation

const ezOptional(this.type, {this.defaultValue})
    : super(defaultVal: defaultValue);