TeamPayload

Record class representing a team payload useful to create or edit a Team

Author

N7ghtm4r3 - Tecknobit

Parameters

title

: the title of the team

logo_pic

: the logo picture of the team

description

: the description of the team

members

: the members of the team

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun isValidTeamPayload(validateLogoPic: Boolean): Boolean
Method to check if the team payload is valid to create or edit a team
Link copied to clipboard
abstract fun toString(): String