OAuthApplications constructor

OAuthApplications({
  1. List<OAuthApplication> data = const [],
  2. required int totalCount,
})

Returns a new OAuthApplications instance.

Implementation

OAuthApplications({
  this.data = const [],
  required this.totalCount,
});