menu
ulink_cli package
documentation
models/project_list_item.dart
ProjectListItem
ProjectListItem.new constructor
ProjectListItem.new constructor
dark_mode
light_mode
ProjectListItem
constructor
ProjectListItem
(
{
required
String
id
,
required
String
name
,
String
?
slug
,
String
?
description
,
})
Implementation
ProjectListItem({ required this.id, required this.name, this.slug, this.description, });
ulink_cli package
documentation
models/project_list_item
ProjectListItem
ProjectListItem.new constructor
ProjectListItem class