year property

int? year

Return song year

Some times year is returned null

Implementation

int? get year => int.parse(_info["year"]);