[firestore_serialize] List<String> can't be converted
Closed this issue · 2 comments
ciriousjoker commented
Error
'List<dynamic>' is not a subtype of type 'List<String>'
Workaround for now
Model({
this.selfRef,
List tags,
}) {
this.tags = tags.cast<String>();
}
lukas-h commented
Let me investigate that
Is the type <String>
annotated for the class member?
lukas-h commented
I will prepare a new release