factory Reference.fromMap(Map<String, Object?> value) { assert(value.containsKey('type')); return Reference._(value); }