GetHtmlParams class

class for passing parameters

Constructors

GetHtmlParams(Sheet sheet, List<SharedString> sharedString, List<SSStyle> spreadSheetStyles, List<SSColorSchemes> colorSchemes)

Properties

colorSchemes List<SSColorSchemes>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedString List<SharedString>
getter/setter pair
sheet Sheet
getter/setter pair
spreadSheetStyles List<SSStyle>
getter/setter pair

Methods

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