encodeDestinyMilestoneDisplayPreference function

int? encodeDestinyMilestoneDisplayPreference(
  1. DestinyMilestoneDisplayPreference? value
)

Implementation

int? encodeDestinyMilestoneDisplayPreference (DestinyMilestoneDisplayPreference? value) {
  return value?.value;
}