factory MessagingGrant.fromJson(Map<String, dynamic> j) => MessagingGrant(broadcast: j['broadcast'] ?? true, list: j['list'] ?? true, send: j['send'] ?? true);