GroupOutDataLightExport class

Constructors

GroupOutDataLightExport.new({required String groupId, String? parentGroupId, required int rank, required String createdTime, required String joinedTime, String? accessByGroupAsMember, String? accessByParentGroup, required bool isConnectedGroup})
const

Properties

accessByGroupAsMember String?
final
accessByParentGroup String?
final
createdTime String
final
groupId String
final
hashCode int
The hash code for this object.
no setterinherited
isConnectedGroup bool
final
joinedTime String
final
parentGroupId String?
final
rank int
final
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