fromJson static method

BillingStatementGroupsInnerObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingStatementGroupsInnerObjectEnum? fromJson(dynamic value) =>
    BillingStatementGroupsInnerObjectEnumTypeTransformer().decode(value);