<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>excite-mthiroshi</author_name>
  <author_url>https://blog.hatena.ne.jp/excite-mthiroshi/</author_url>
  <blog_title>エキサイト TechBlog.</blog_title>
  <blog_url>https://tech.excite.co.jp/</blog_url>
  <categories>
    <anon>Dart</anon>
  </categories>
  <description>エキサイト株式会社の武藤です。 Flutterを使ったアプリ開発のプロジェクトにジョインしました。 Dartを触ってみて、コンストラクタにいくつか種類があることがわかったので、整理してみたいと思います。 コンストラクタ デフォルトコンストラクタ 名前付きコンストラクタ リダイレクトコンストラクタ 定数コンストラクタ ファクトリコンストラクタ 終わりに 参考文献 コンストラクタ 通常のコンストラクタです。コンストラクタ引数をプロパティーにセットします。 class Book { String title = ''; Book(String title) { this.title = title;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.excite.co.jp%2Fentry%2F2022%2F09%2F12%2F120000&quot; title=&quot;Dart のコンストラクタを理解する - エキサイト TechBlog.&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/e/excite-mthiroshi/20220912/20220912103830.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-09-12 12:00:00</published>
  <title>Dart のコンストラクタを理解する</title>
  <type>rich</type>
  <url>https://tech.excite.co.jp/entry/2022/09/12/120000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
