static MdBlockQuoteDto? maybeFrom(MdBlockQuote? style) { return style != null ? from(style) : null; }