toJson method

Map toJson()

Implementation

Map<dynamic, dynamic> toJson() {
  return stateData;
}