flagToString

@Nullable
open fun flagToString(flag: Int): @Nullable String(source)

Returns the string representation of a flag. For example, DEFAULT is represented by the string DEFAULT.

Return

The string representation.

Parameters

flag

The flag.