GroupCreationOptions class

Constructors

GroupCreationOptions({required String description, String? image, List<String> members = const <String>[], List<String> admins = const <String>[], bool private = false, dynamic rules})

Properties

admins List<String>
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
members List<String>
getter/setter pair
private bool
getter/setter pair
rules ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited