encodePlatformFriendType function

int? encodePlatformFriendType(
  1. PlatformFriendType? value
)

Implementation

int? encodePlatformFriendType (PlatformFriendType? value) {
  return value?.value;
}