RowDataSource class

Inheritance

Constructors

RowDataSource(Map<String, dynamic> data, DataSourceBase parent, int rowIndex)

Properties

dataSource Map<String, dynamic>
getter/setter pairoverride-getter
evaluator CustomExpressionEvaluator
finalinherited
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?
inherited
execExpressionToValue(String expressionStr) → dynamic
inherited
fd(dynamic number) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
safeAdd(dynamic p1, dynamic p2) double
inherited
safeDiv(dynamic p1, dynamic p2) double
inherited
safeMul(dynamic p1, dynamic p2) double
inherited
safeSub(dynamic p1, dynamic p2) double
inherited
sum(List data, String name) → dynamic
inherited
toString() String
A string representation of this object.
inherited
toStringFunc(dynamic value) String
inherited

Operators

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