encodeDestinyStatCategory function

int? encodeDestinyStatCategory(
  1. DestinyStatCategory? value
)

Implementation

int? encodeDestinyStatCategory (DestinyStatCategory? value) {
  return value?.value;
}