menu
studyu_core package
documentation
core.dart
BodyPain class
BodyPain class
dark_mode
light_mode
BodyPain
class
Annotations
@JsonSerializable.new()
Constructors
BodyPain
({
int
painLevel
=
0
,
PainType
?
type
})
const
BodyPain.fromJson
(
Map
<
String
,
dynamic
>
json
)
factory
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
painLevel
→
int
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
type
→
PainType
?
final
Methods
copyWith
(
{
int
?
painLevel
,
PainType
?
type
})
→
BodyPain
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
studyu_core package
documentation
core
BodyPain class
core library