ExerciseInfo class

Constructors

ExerciseInfo({required String id, required String name, required String type, required String category, required bool custom, required String description, required int difficultyLevel, required int reward, Map<String, dynamic>? exerciseData})
ExerciseInfo.fromJson(Map<String, dynamic> json)
factory

Properties

category String
final
custom bool
final
description String
final
difficultyLevel int
final
exerciseData Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
reward int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
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