DynamicMap typedef
Represents the type of Map<String, dynamic>.
It is an object generated when Json is decoded, and the masamun framework provides a framework that allows this object to be treated as a document.
Map<String, dynamic>の型を表します。
Jsonデコードされた際に生成されるオブジェクトであり、masamunフレームワークではこのオブジェクトをドキュメントとして扱えるフレームワークを提供しています。
Implementation
typedef DynamicMap = Map<String, dynamic>;