toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return <String, dynamic>{
    'sessionLogId': sessionLogId,
    'elementType': elementType,
    'result': result,
    'isHistory': isHistory
  };
}