ModelImageUri.parse constructor

const ModelImageUri.parse([
  1. String? value
])

Define the field as an image URI.

The base value is given as value. An empty Uri is defined.

Use ModelImageUri if you want to be sure to define the image as an image URI.

フィールドを画像URIとして定義します。

ベースの値をvalueとして与えます。空のUriが定義されます。

必ず画像URIとしての定義を行いたい場合はModelImageUriを利用してください。

Implementation

const factory ModelImageUri.parse([String? value]) = _ModelImageUriWithUri;