fromMap method

Serializable fromMap(
  1. JsonMap map
)

Implementation

Serializable fromMap(JsonMap map) {
  throw NoSuchMethodError.withInvocation(
      this, Invocation.method(#fromMap, [map]));
}