toJson method

Map toJson()

Implementation

Map<dynamic, dynamic> toJson() => {
    "userVariables": userVariables,
};