fromJson static method

CodeshareStatus? fromJson(
  1. dynamic value
)

Implementation

static CodeshareStatus? fromJson(dynamic value) =>
    CodeshareStatusTypeTransformer().decode(value);