toJson abstract method

  1. @override
Map<String, dynamic> toJson({
  1. bool visible = true,
})
override

Converts the data to a JSON representation.

Implementation

@override
Map<String, dynamic> toJson({bool visible = true});