restoreResultEntityToJson function

String restoreResultEntityToJson(
  1. RestoreResultEntity data
)

Implementation

String restoreResultEntityToJson(RestoreResultEntity data) => json.encode(data.toJson());