StrRes
Unified string resource wrapper supporting platform-native resources (PlatformStrRes), Compose Multiplatform resources (StringResource, PluralStringResource), and plain text.
Not a data class - copy would allow creating invalid states (e.g. both platformStrRes and composeString set).
Format args: formatArgs apply to composeString, composePluralString, and text paths. PlatformStrRes uses its own format args; this formatArgs is ignored for that path.
Serialization: JSON only (FormatArgsSerializer requires JsonEncoder/JsonDecoder).
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard