SPDataMessage.fromJson(super.json, Parser<T> parser) : data = json?['data'] != null ? parser(json?['data']) : null, super.fromJson();