Jdenticon class

Constructors

Jdenticon()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getCurrentConfig({double colorLightnessMinValue = 0.4, double colorLightnessMaxValue = 0.8, double grayscaleLightnessMinValue = 0.3, double grayscaleLightnessMaxValue = 0.9, double colorSaturation = 0.5, double grayscaleSaturation = 0.0, String backColor = '', List<int> hues = const <int>[]}) → Config
Returns the current configuration constant settings used by Jdenticon
toSvg(String message, {int size = 64, double padding = 0.08, double colorLightnessMinValue = 0.4, double colorLightnessMaxValue = 0.8, double grayscaleLightnessMinValue = 0.3, double grayscaleLightnessMaxValue = 0.9, double colorSaturation = 0.5, double grayscaleSaturation = 0.0, String backColor = '', List<int> hues = const <int>[]}) String
The entry request for which Jdenticon creates a SVG in the form of a SVG-string