userSelectCardLoading property

String get userSelectCardLoading

Implementation

String get userSelectCardLoading => _userSelectCardLoading;
set userSelectCardLoading (String value)

Sets the loading status for card selection and notifies listeners of the change.

Implementation

set userSelectCardLoading(String value) {
  _userSelectCardLoading = value;
  notifyListeners();
}