fromJson static method

Commitment? fromJson(
  1. dynamic value
)

Implementation

static Commitment? fromJson(dynamic value) => CommitmentTypeTransformer().decode(value);