TypeImpl constructor

const TypeImpl({
  1. required bool isNullable,
})

Creates a new TypeImpl with the specified nullability.

Implementation

const TypeImpl({required this.isNullable});