style property
ListFormatStyle?
get
style
The length of the internationalized message.
Implementation
_i3.ListFormatStyle? get style => switch (_i5.getProperty(
this,
'style',
)) {
_i2.String name => _i3.ListFormatStyleOptions.values.byName(name),
_ => null
};
set
style
(ListFormatStyle? value)
Implementation
set style(_i3.ListFormatStyle? value) {
_i5.setProperty(
this,
'style',
value?.name ?? _i4.undefined ?? _i4.undefined,
);
}