toSharePointVersion method
Implementation
SharePointVersion toSharePointVersion() {
switch (this) {
case 'SHAREPOINT_ONLINE':
return SharePointVersion.sharepointOnline;
}
throw Exception('$this is not known in enum SharePointVersion');
}