ReportCardViewVM class Null safety ViewModels
리포트 카드 ViewModel
Constructors
- ReportCardViewVM({required Report report})
Properties
-
barItemsDay
↔ List<
BarDataDay> ? -
read / write
- bottomString → String
-
read-only
- currentEndAt ↔ DateTime
-
read / write
- currentStartAt ↔ DateTime
-
read / write
- dayAfterBirthStr → String
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hideGraph ↔ bool
-
read / write
- isChecked → bool
-
read-only
- isDetailOpen ↔ bool
-
read / write
- isLoading ↔ bool
-
read / write
- isPinned → bool
-
read-only
- managementNumber → String
-
read-only
- memoController → TextEditingController
-
final
- prevSelectedGraphViewType ↔ GraphViewType?
-
read / write
- report ↔ Report
-
read / write
- reportCardContent → RichText
-
read-only
- reportCardTitle → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selectedAction ↔ ActionType?
-
read / write
- selectedDateTime ↔ DateTime
-
read / write
- selectedGraphViewType ↔ GraphViewType
-
read / write
Methods
-
fetchGraphData(
) → Future< List< BarDataDay> ?> -
init(
) → dynamic -
loadMoreGraphData(
{required String action}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toggleDetailOpen(
) → dynamic -
togglePinned(
) → dynamic -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited