CatalogPermission constructor

CatalogPermission({
  1. int? maxSdkVersion,
  2. String? name,
})

Implementation

CatalogPermission({this.maxSdkVersion, this.name});