OceanResponse.create constructor

OceanResponse.create(
  1. String name,
  2. Map argument
)

Implementation

factory OceanResponse.create(String name, Map argument) =>
    _responseMapper[name](argument);