fromJson static method

PendingItemSource? fromJson(
  1. dynamic value
)

Implementation

static PendingItemSource? fromJson(dynamic value) =>
    PendingItemSourceTypeTransformer().decode(value);