toMap method

  1. @override
Map<String, Object?> toMap()
override

Implementation

@override
Map<String, Object?> toMap() {
  return {'_meta': $meta.toMap(), 'notifications': notifications.toMap()};
}