menu
lean_builder package
documentation
type.dart
TypeImpl
TypeImpl.new const constructor
TypeImpl.new const constructor
dark_mode
light_mode
TypeImpl
constructor
const
TypeImpl
(
{
required
bool
isNullable
,
})
Creates a new
TypeImpl
with the specified nullability.
Implementation
const TypeImpl({required this.isNullable});
lean_builder package
documentation
type
TypeImpl
TypeImpl.new const constructor
TypeImpl class