AppBoxReference constructor

AppBoxReference({
  1. required int applicationId,
  2. required Uint8List name,
})

Implementation

AppBoxReference({
  required this.applicationId,
  required this.name,
});