DashboardCreateLinkResponse constructor

const DashboardCreateLinkResponse({
  1. required String id,
  2. required String shortCode,
})

Implementation

const DashboardCreateLinkResponse({
  required this.id,
  required this.shortCode,
});