DashboardViewArguments constructor

const DashboardViewArguments({
  1. bool didMissedCallNotificationLaunchApp = false,
})

Implementation

const DashboardViewArguments(
    {this.didMissedCallNotificationLaunchApp = false});