Kural class

Constructors

Kural.new({int? kuralNumber, String? kural, String? tamilSectionName, String? englishSectionName, String? tamilChapterName, String? englishChapterName, String? tamilExplanation, String? englishExplanation})
Kural.fromJson(Map<String, dynamic> json)
factory

Properties

englishChapterName String?
final
englishExplanation String?
final
englishSectionName String?
final
hashCode int
The hash code for this object.
no setterinherited
kural String?
final
kuralNumber int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tamilChapterName String?
final
tamilExplanation String?
final
tamilSectionName String?
final

Methods

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

Operators

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