StringResult class

Represents string results for three alphabets

Constructors

StringResult(Map<String, dynamic> nativeStringResult)

Properties

arabic String?
String for field in arabic alphabet
getter/setter pair
cyrillic String?
String for field in cyrillic alphabet
getter/setter pair
description String?
All strings separated by new line
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latin String?
String for field in latin alphabet
getter/setter pair
location Location?
Document field location
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side Side?
Document field side
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