L10nSheet class

Constructors

L10nSheet(Sheet sheet, List<List<String?>> data)
factory
L10nSheet.empty()
const
L10nSheet.raw(Map<String, DataRow> data, List<String> languages)

Properties

data Map<String, DataRow>
final
hashCode int
The hash code for this object.
no setterinherited
languages List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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