T? convertor(Map<String, Object?>? data) { if (data == null) return null; return parse(RawMap(data)); }