CellMapping class

A class that represents the cell mappings for a specific purpose.

Constructors

CellMapping(dynamic name)
factory

Properties

cellMappings Map
final
componentsMapping → dynamic
Returns the components mapping.
no setter
courseCode String?
getter/setter pair
detailsMapping → dynamic
Returns the details mapping.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weightageMapping → dynamic
Returns the weightage mapping.
no setter

Methods

generateOperations() List<Map<String, dynamic>>
Generates a list of operations based on the cell mappings.
getStartCol(String num) String
Returns the excel style column name for the given column number.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setComponentsMapping(List<GetComponent> components) → void
Sets the components mapping with the provided components.
setDetailsMapping(dynamic controllers) → dynamic
Sets the details mapping with the provided controllers.
setWeightageMapping(List<TextEditingController> ctrl) → void
Sets the weightage mapping with the provided controllers.
toString() String
A string representation of this object.
inherited

Operators

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