copyWith abstract method

T copyWith({
  1. bool? isLoading,
  2. String? errorMessage,
})

Implementation

T copyWith({bool? isLoading, String? errorMessage});