menu
objd package
documentation
core.dart
Path
Path const constructor
Path const constructor
dark_mode
light_mode
Path
constructor
const
Path
(
List
<
String
>
segments
, {
String
?
filename
,
String
?
filetype
,
})
Implementation
const Path(this.segments, {this.filename, this.filetype});
objd package
documentation
core
Path
Path const constructor
Path class