AppData constructor

const AppData({
  1. required String appName,
})

Implementation

const AppData({
  required this.appName,
});