encodeFireteamPlatform function

int? encodeFireteamPlatform(
  1. FireteamPlatform? value
)

Implementation

int? encodeFireteamPlatform (FireteamPlatform? value) {
  return value?.value;
}