adapter property

ModelAdapter? adapter
final

Specify a ModelAdapter for use in the internal model.

If not specified, the ModelAdapter used in the current document will be used.

内部モデルで利用するためのModelAdapterを指定します。

指定されない場合は、現在のドキュメントで利用されているModelAdapterが利用されます。

Implementation

final ModelAdapter? adapter;