menu
flutter_lyric package
documentation
core/lyric_model.dart
LyricModel
LyricModel.new constructor
LyricModel.new constructor
dark_mode
light_mode
LyricModel
constructor
LyricModel
(
{
Map
<
String
,
String
>
?
tags
,
required
List
<
LyricLine
>
lines
,
})
Implementation
LyricModel({Map<String, String>? tags, required this.lines}) : idTags = tags ?? {};
flutter_lyric package
documentation
core/lyric_model
LyricModel
LyricModel.new constructor
LyricModel class