ReportScreenVM class Null safety ViewModels

리포트 스크린 VM

Constructors

ReportScreenVM({required VoidCallback? forceRender})

Properties

cow Cow?
read / write
forceRender VoidCallback?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
onTapHelpfulButtonEventSub StreamSubscription?
read / write
onTapTogglePinEventSub StreamSubscription?
read / write
refreshControllerNew RefreshController
read / write
refreshControllerOld RefreshController
read / write
reports List<Report>?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectedTabIndex int
read / write
tabController TabController?
read / write

Methods

fetchReports({required ReportGroup reportGroup}) Future<void>
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
release() → void
sortReportsByPinned() → void
고정된 핀을 상단으로 정렬합니다.
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited