DroidDexFlutter class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAveragePerformanceLevelOfMultiplePerformanceClasses(
List< int> performanceClassesList) → Future<PerformanceLevel> - @param classes spread list of performance classes @return Average PerformanceLevel for the input classes
-
getAveragePLOfMultiplePerformanceClassesLiveData(
List< int> performanceClassesList) → Future<Stream< PerformanceLevel> > - @param classes spread list of performance classes @return LiveData of Average PerformanceLevel for the input classes
-
getPerformanceLevel(
int performanceClass) → Future< PerformanceLevel> - @param performance class @return PerformanceLevel for the input class
-
getPerformanceLevelLiveData(
int performanceClass) → Future< Stream< PerformanceLevel> > - @param performance class @return LiveData of Average PerformanceLevel for the input class
-
getWeightedPerformanceLevel(
List< PerformanceClassWeightPair> performanceClassWeightPairList) → Future<PerformanceLevel> - @param classes spread list of performance classes mapped with weight @return Weighted Average PerformanceLevel for the input classes
-
getWeightedPerformanceLevelLiveData(
List< PerformanceClassWeightPair> performanceClassWeightPairList) → Future<Stream< PerformanceLevel> > - @param classes spread list of performance classes mapped with weight @return LiveData of Weighted Average PerformanceLevel for the input classes
-
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited