menu
linkforty_flutter package
documentation
models/dashboard_create_link_response.dart
DashboardCreateLinkResponse
DashboardCreateLinkResponse.new const constructor
DashboardCreateLinkResponse.new const constructor
dark_mode
light_mode
DashboardCreateLinkResponse
constructor
const
DashboardCreateLinkResponse
(
{
required
String
id
,
required
String
shortCode
,
})
Implementation
const DashboardCreateLinkResponse({ required this.id, required this.shortCode, });
linkforty_flutter package
documentation
models/dashboard_create_link_response
DashboardCreateLinkResponse
DashboardCreateLinkResponse.new const constructor
DashboardCreateLinkResponse class