I am developing an android music player app with flutter and I want to store the tracks album and artists on a sqlite database with sqlflite:
this is my track class:<