setLoading method

  1. @action
void setLoading(
  1. bool value
)

Implementation

@action
void setLoading(bool value) => isLoading = value;