ContentStateInput class
Constructors
- ContentStateInput({String? name, String? color, int? id, String? spaceKey})
-
ContentStateInput.fromJson(Map<
String, Object?> json) -
factory
Properties
- color → String?
-
Color of state. Must be in 6 digit hex form (#FFFFFF). The default colors
offered in the UI are:
#ff7452 (red),
#2684ff (blue),
#ffc400 (yellow),
#57d9a3 (green), and
#8777d9 (purple)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
final
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceKey → String?
-
final
Methods
-
copyWith(
{String? name, String? color, int? id, String? spaceKey}) → ContentStateInput -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited