fromInt method

LocationPermission fromInt()

Helper to get LocationPermission from int value

Implementation

LocationPermission fromInt() {
  return locationPermissionStatusFromInt(index);
}