Sum.fromJson constructor

Sum.fromJson(
  1. String val
)

Constructs a Sum from the provided val.

Implementation

factory Sum.fromJson(String val) => Sum.parse(val);