menu
eskema
builder/mixins.dart
StringMixin
<
B extends BaseBuilder<
B
,
T
>
,
T
>
toUpperCase method
toUpperCase
dark_mode
light_mode
toUpperCase
method
B
toUpperCase
(
)
Convert the string to uppercase.
Implementation
B toUpperCase() => wrap((c) => tr.toUpperCaseString(c));
eskema
builder.mixins
StringMixin
<
B extends BaseBuilder<
B
,
T
>
,
T
>
toUpperCase method
StringMixin mixin