GoldenConfig class

Available Extensions
Annotations
  • @JsonSerializable()
  • @immutable
  • @_RectangleIntJsonConverter()

Constructors

GoldenConfig({required bool allowUpdate, GoldenTolerationEntry? maxToleration, List<GoldenTolerationEntry>? greaterThanToleration, Rectangle<int>? cropBbox})
const
GoldenConfig.allowUpdate({GoldenTolerationEntry? maxToleration, List<GoldenTolerationEntry>? greaterThanToleration, Rectangle<int>? cropBbox})
const
GoldenConfig.disallowUpdate({GoldenTolerationEntry? maxToleration, List<GoldenTolerationEntry>? greaterThanToleration, Rectangle<int>? cropBbox})
const
GoldenConfig.fromJson(Map<String, dynamic> json)
factory
GoldenConfig.fromUri(Uri golden)
factory

Properties

allowUpdate bool
final
cropBbox Rectangle<int>?
final
greaterThanToleration List<GoldenTolerationEntry>?
final
hashCode int
The hash code for this object.
no setterinherited
maxToleration GoldenTolerationEntry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited