DataSourceBase class abstract

Implementers

Constructors

DataSourceBase()

Properties

dataSource Map<String, dynamic>
no setter
evaluator CustomExpressionEvaluator
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execExpressionToString(String expressionStr, String? format) String?
execExpressionToValue(String expressionStr) → dynamic
fd(dynamic number) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
safeAdd(dynamic p1, dynamic p2) double
safeDiv(dynamic p1, dynamic p2) double
safeMul(dynamic p1, dynamic p2) double
safeSub(dynamic p1, dynamic p2) double
sum(List data, String name) → dynamic
toString() String
A string representation of this object.
inherited
toStringFunc(dynamic value) String

Operators

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