mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Finish to fix notices
This commit is contained in:
		@@ -18,9 +18,7 @@ class MultiChoiceEntry<T> {
 | 
			
		||||
    required this.title,
 | 
			
		||||
    this.subtitle,
 | 
			
		||||
    this.hidden = false,
 | 
			
		||||
  })  : assert(id != null),
 | 
			
		||||
        assert(title != null),
 | 
			
		||||
        assert(hidden != null);
 | 
			
		||||
  }) : assert(id != null);
 | 
			
		||||
 | 
			
		||||
  bool get hasSubtitle => subtitle != null;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user