toJson method

Map toJson()

GeneralLib

Implementation

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