Parses a value into an instance of T.
@override List<T>? parser(covariant List? unparsedValue) { return unparsedValue?.cast<T>(); }