Canvas class
Canvas data class is object class objects is a list of items background is contain background color version is contains String values
Constructors
-
Canvas.new({List<
Object> ? objects, String? background, String? version}) -
This is constructor of Canvas
objects
is a list of itemsbackground
is contain background colorversion
is contains String values -
Canvas.fromJson(Map<
String, dynamic> json) -
objects is a list of items
background is contain background color
version is contains String values
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - objects is a list of items background is contain background color version is contains String values
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited