menu
artifact_gen package
documentation
builder.dart
$ArtifactBuilderOutput
isNullableType method
isNullableType method
dark_mode
light_mode
isNullableType
method
bool
isNullableType
(
DartType
type
)
Implementation
bool isNullableType(DartType type) => type.getDisplayString(withNullability: true).endsWith("?");
artifact_gen package
documentation
builder
$ArtifactBuilderOutput
isNullableType method
$ArtifactBuilderOutput mixin