fromJson static method

StateManagerService? fromJson(
  1. dynamic value
)

Implementation

static StateManagerService? fromJson(dynamic value) =>
    StateManagerServiceTypeTransformer().decode(value);