Record class

Constructors

Record({String? id, String? role, String? username, String? dateFormat, String? timezone, String? schName, String? currencySymbol, Language? language, String? isRtl, String? theme, String? image, String? startWeek, List<ParentChilds>? parentChilds})
Record.fromJson(dynamic json)

Properties

classname String?
getter/setter pair
currencySymbol String?
getter/setter pair
dateFormat String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
image String?
getter/setter pair
isRtl String?
getter/setter pair
language Language?
getter/setter pair
parentChilds List<ParentChilds>?
getter/setter pair
role String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schName String?
getter/setter pair
section String?
getter/setter pair
startWeek String?
getter/setter pair
studentId String?
getter/setter pair
theme String?
getter/setter pair
timezone String?
getter/setter pair
username String?
getter/setter pair

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