InitializerAggregateResultsGroup class

Constructors

InitializerAggregateResultsGroup({Map<String, InitializerAggregateResults>? groups, required String rootPackage, required String outputPath, required Set<String>? order})

Properties

groups Map<String, InitializerAggregateResults>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
order Set<String>?
finalinherited
outputPath String
finalinherited
rootPackage String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAll(Map<String, InitializerAggregateResults>? all) → void
inherited
addGroup(String group, InitializerAggregateResults result) → void
inherited
mergeSourceMap() Map<Uri, Set<String>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited