fromJson static method

Unit? fromJson(
  1. dynamic value
)

Implementation

static Unit? fromJson(dynamic value) =>
    UnitTypeAssetsTransformer().decode(value);