ChildUserCollection constructor

ChildUserCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<User>? children
)

Implementation

ChildUserCollection(objectType, mode, hasMore, this.children)
    : super(objectType, mode, hasMore);