fromJson static method

TrackStatus? fromJson(
  1. dynamic value
)

Implementation

static TrackStatus? fromJson(dynamic value) => TrackStatusTypeTransformer().decode(value);