removeNullableMark method

String removeNullableMark()

Implementation

String removeNullableMark(){
  return replaceFirst('?', '');
}