fromJson static method

WritePrecision fromJson(
  1. dynamic value
)

Implementation

static WritePrecision fromJson(dynamic value) =>
    WritePrecisionTypeTransformer().decode(value)!;