CoreGenModel class
- Available extensions
- Annotations
-
- @CopyWith.new()
Constructors
- CoreGenModel({String? scale = '1', String? format = 'png', String? tokenFigma})
Properties
- copyWith → _$CoreGenModelCWProxy
-
Available on CoreGenModel, provided by the $CoreGenModelCopyWith extension
Returns a callable class that can be used as follows:instanceOfCoreGenModel.copyWith(...)
or like so:instanceOfCoreGenModel.copyWith.fieldName(...)
.no setter - format → String?
-
jpg, png, svg, or pdf
default: png
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale → String?
-
0.01 -> 4
default: 1
final
- tokenFigma → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited