JsonParseColor class

Constructors

JsonParseColor({Color typeMap = Colors.grey, Color typeList = Colors.grey, Color typeNull = Colors.grey, Color typeNum = Colors.teal, Color typeString = Colors.redAccent, Color typeBool = Colors.blue, Color typeObject = Colors.grey, Color? arrow, Color key = Colors.purpleAccent, Color keyContentNull = Colors.grey})

Properties

arrow Color?
final
hashCode int
The hash code for this object.
no setterinherited
key Color
final
keyContentNull Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeBool Color
final
typeList Color
final
typeMap Color
final
typeNull Color
final
typeNum Color
final
typeObject Color
final
typeString Color
final

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