Input$OSLogoPngInput class

Constructors

Input$OSLogoPngInput({Input$PictureInput? $default, Input$PictureInput? size16, Input$PictureInput? size24, Input$PictureInput? size32, Input$PictureInput? size48, Input$PictureInput? size64, Input$PictureInput? size128})
factory
Input$OSLogoPngInput.fromJson(Map<String, dynamic> data)
factory

Properties

$default Input$PictureInput?
no setter
copyWith CopyWith$Input$OSLogoPngInput<Input$OSLogoPngInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size16 Input$PictureInput?
no setter
size24 Input$PictureInput?
no setter
size32 Input$PictureInput?
no setter
size48 Input$PictureInput?
no setter
size64 Input$PictureInput?
no setter
size128 Input$PictureInput?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override