static Microtask? parse(Map<String, dynamic>? json) => json == null ? null : Microtask._fromJson(json);