encodePlatformErrorCodes function

int? encodePlatformErrorCodes(
  1. PlatformErrorCodes? value
)

Implementation

int? encodePlatformErrorCodes (PlatformErrorCodes? value) {
  return value?.value;
}