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