MacOSIconTemplate class
MacOS template
- Inheritance
- 
    - Object
- AppleIconTemplate
- MacOSIconTemplate
 
Constructors
- MacOSIconTemplate({required String sizeName, required int scaledSize, required int scale, required String idiom})
- Constructor
Properties
- 
  appearances
  → List<IconAppearance> ?
- 
  Icon appearances
  finalinherited
- filename → String
- 
  Icon file name
  no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- idiom → String
- 
  The device type for the image.
See https://developer.apple.com/library/archive/documentation/Xcode/Reference/xcode_ref-Asset_Catalog_Format/ImageSetType.html#//apple_ref/doc/uid/TP40015170-CH25-SW2
  finalinherited
- platform → String?
- 
  Icon platform
  finalinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scale → int
- 
  The targeted display scale for the image, currently one of {1, 2, 3}
  finalinherited
- scaledSize → int
- 
  Icon size
  finalinherited
- sizeName → String
- 
  Icon size name to use in file names.
  finalinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Used to encode the attributes for this asset file in a corresponding
Asset's Contents.json file.
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited