menu
neomage package
documentation
data/services/git_service.dart
GitRemote
GitRemote.new const constructor
GitRemote.new const constructor
dark_mode
light_mode
GitRemote
constructor
const
GitRemote
(
{
required
String
name
,
required
String
fetchUrl
,
required
String
pushUrl
,
})
Implementation
const GitRemote({ required this.name, required this.fetchUrl, required this.pushUrl, });
neomage package
documentation
data/services/git_service
GitRemote
GitRemote.new const constructor
GitRemote class