maybeAs static method
Implementation
static TextStyleDto? maybeAs(TextStyle? style) {
return style == null ? null : TextStyleDto.as(style);
}
static TextStyleDto? maybeAs(TextStyle? style) {
return style == null ? null : TextStyleDto.as(style);
}