toJson method

Map<String, dynamic> toJson(
  1. String name
)

Converts this data into json content that can be opened and edited within Shape Shifter

Implementation

Map<String, dynamic> toJson(String name) {
  return ShapeShifterConverter.toJson(this, name);
}