FormOption

open class FormOption

Represents one entry in form options array.

Constructors

Link copied to clipboard
constructor(@NonNull label: String, @NonNull value: String)
Constructs one entry in form options array.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String