fromMap method

Convert the module information from DynamicMap.

Implementation

@override
InheritedModelAdapter? fromMap(DynamicMap map) {
  throw UnimplementedError();
}