AppIcon constructor

AppIcon(
  1. String path,
  2. String dirName
)

Implementation

AppIcon(
  String path,
  this.dirName,
) : super(path);