[Event] Remove meta because of coverage problems
This commit is contained in:
		
							parent
							
								
									ff0fc959ec
								
							
						
					
					
						commit
						9a7a4bfd71
					
				|  | @ -23,7 +23,6 @@ | ||||||
| 
 | 
 | ||||||
| import 'dart:convert'; | import 'dart:convert'; | ||||||
| import 'package:famedlysdk/famedlysdk.dart'; | import 'package:famedlysdk/famedlysdk.dart'; | ||||||
| import 'package:meta/meta.dart'; |  | ||||||
| import 'package:famedlysdk/src/utils/ChatTime.dart'; | import 'package:famedlysdk/src/utils/ChatTime.dart'; | ||||||
| import './Room.dart'; | import './Room.dart'; | ||||||
| 
 | 
 | ||||||
|  | @ -57,8 +56,8 @@ class RawEvent { | ||||||
|   final Room room; |   final Room room; | ||||||
| 
 | 
 | ||||||
|   RawEvent( |   RawEvent( | ||||||
|       {@required this.content, |       {this.content, | ||||||
|       @required this.typeKey, |       this.typeKey, | ||||||
|       this.eventId, |       this.eventId, | ||||||
|       this.roomId, |       this.roomId, | ||||||
|       this.senderId, |       this.senderId, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue