jrpcVersion constant

String const jrpcVersion

Implementation

static const jrpcVersion = String.fromEnvironment(
  'jrpc_port',
  defaultValue: "api/v2",
);