Converts the databaseValue of type S into T
databaseValue
S
T
@override List<String> decode(String databaseValue) => (json.decode(databaseValue) as List<dynamic>).cast();