toJson method

  1. @override
Map toJson()
override

Implementation

@override
Map toJson() {
  return {
    'computedStyle': computedStyle,
  };
}