menu
velix_mapper package
documentation
mapper/operation_builder.dart
SourceTree
SourceTree.new constructor
SourceTree.new constructor
dark_mode
light_mode
SourceTree
constructor
SourceTree
(
Type
type
,
List
<
Match
>
matches
)
Implementation
SourceTree(this.type, List<Match> matches) { for ( var match in matches) { insertMatch(match); } }
velix_mapper package
documentation
mapper/operation_builder
SourceTree
SourceTree.new constructor
SourceTree class