menu
smartstruct_generator package
documentation
models/source_assignment.dart
SourceAssignment
needCollect method
needCollect method
dark_mode
light_mode
needCollect
method
bool
needCollect
(
DartType
targetType
)
Implementation
bool needCollect(DartType targetType) { return !targetType.isDartCoreIterable; }
smartstruct_generator package
documentation
models/source_assignment
SourceAssignment
needCollect method
SourceAssignment class