SetLoadingEvent constructor

SetLoadingEvent({
  1. required bool isLoading,
  2. String? message,
})

Implementation

SetLoadingEvent({required this.isLoading, this.message});