[Event] Remove meta because of coverage problems

This commit is contained in:
Christian Pauly 2019-08-26 14:10:29 +02:00
parent ff0fc959ec
commit 9a7a4bfd71
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@
import 'dart:convert';
import 'package:famedlysdk/famedlysdk.dart';
import 'package:meta/meta.dart';
import 'package:famedlysdk/src/utils/ChatTime.dart';
import './Room.dart';
@ -57,8 +56,8 @@ class RawEvent {
final Room room;
RawEvent(
{@required this.content,
@required this.typeKey,
{this.content,
this.typeKey,
this.eventId,
this.roomId,
this.senderId,