SearchCowScreenVM class Null safety ViewModels

개체 검색 뷰의 뷰모델

Constructors

SearchCowScreenVM()

Properties

cows List<Cow>
read / write
errorMessage String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
keyword String
read / write
page int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
searchResult Stream<List<Cow>>
read-only
searchResultFetcher PublishSubject<List<Cow>>
read-only
searchTextFieldController TextEditingController
read / write
searchTextFieldFocusNode FocusNode
read / write

Methods

fetchCows(BuildContext context) → dynamic
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
release() → void
resetCows() → dynamic
toString() String
A string representation of this object. [...]
inherited

Operators

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