MarksRecord class sealed
- Annotations
-
- @freezed
- @immutable
Constructors
-
MarksRecord({required String serial, required String coursecode, required String coursetitle, required String coursetype, required String faculity, required String slot, required List<
MarksRecordEach> marks}) -
constfactory
-
MarksRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $MarksRecordCopyWith<
MarksRecord> -
Create a copy of MarksRecord
with the given fields replaced by the non-null parameter values.
no setterinherited
- coursecode → String
-
no setterinherited
- coursetitle → String
-
no setterinherited
- coursetype → String
-
no setterinherited
- faculity → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
marks
→ List<
MarksRecordEach> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serial → String
-
no setterinherited
- slot → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this MarksRecord to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited