AppPolicyListLoaded constructor

const AppPolicyListLoaded({
  1. bool? mightHaveMore,
  2. List<AppPolicyModel?>? values = const [],
})

Implementation

const AppPolicyListLoaded({this.mightHaveMore, this.values = const []});