Summary class

Constructors

Summary.new({required Subjective subjective, required Objective objective, required Assessment assessment, required Plan plan})
Summary.fromJson(Map<String, dynamic> json)
factory

Properties

assessment Assessment
final
hashCode int
The hash code for this object.
no setterinherited
objective Objective
final
plan Plan
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjective Subjective
final

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