Size

open class Size

Inheritors

Constructors

Link copied to clipboard
constructor(@NonNull width: String, @NonNull height: String)

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class Dimension
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun fromJson(@NonNull json: JsonMap): Size
Link copied to clipboard
open fun toString(): String