SelectedUsers class

KO: 선택한 사용자 정보 목록
EN: A list of the selected user information

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
KO: 선택한 사용자 수
EN: Number of selected users
getter/setter pair
users List<SelectedUser>?
KO: 선택한 사용자 정보 목록, 정보 제공이 불가능한 사용자 제외
EN: A list of the selected user information, except for unavailable user information
getter/setter pair

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