menu
neomage package
documentation
data/services/git_service.dart
GitStash
GitStash.new const constructor
GitStash.new const constructor
dark_mode
light_mode
GitStash
constructor
const
GitStash
(
{
required
int
index
,
required
String
message
,
String
?
branch
,
DateTime
?
date
,
})
Implementation
const GitStash({ required this.index, required this.message, this.branch, this.date, });
neomage package
documentation
data/services/git_service
GitStash
GitStash.new const constructor
GitStash class