LyricSrcItemEntity_c class

Constructors

LyricSrcItemEntity_c({double time = 0, String content = ""})
LyricSrcItemEntity_c.fromJson(Map<String, dynamic> json)
factory

Properties

content String
歌词内容
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time double
  • 歌词时间戳,单位:秒
  • 如果是翻译,该值为负
  • getter/setter pair
    timeStr String
    将时间格式化为标准 lrc 格式的时间
    no setter

    Methods

    copyWith({double? time, String? content}) LyricSrcItemEntity_c
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toJson() Map<String, dynamic>
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited