Input$BrowserLogoPngInput class
Constructors
- Input$BrowserLogoPngInput({Input$PictureInput? $default, Input$PictureInput? size16, Input$PictureInput? size24, Input$PictureInput? size32, Input$PictureInput? size48, Input$PictureInput? size64, Input$PictureInput? size128, Input$PictureInput? size256, Input$PictureInput? size512})
- 
          
            factory
- 
          Input$BrowserLogoPngInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- $default → Input$PictureInput?
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$BrowserLogoPngInput<Input$BrowserLogoPngInput> 
- 
  
  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
- size128 → Input$PictureInput?
- 
  
  no setter
- size16 → Input$PictureInput?
- 
  
  no setter
- size24 → Input$PictureInput?
- 
  
  no setter
- size256 → Input$PictureInput?
- 
  
  no setter
- size32 → Input$PictureInput?
- 
  
  no setter
- size48 → Input$PictureInput?
- 
  
  no setter
- size512 → Input$PictureInput?
- 
  
  no setter
- size64 → 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