fromJson static method

BillingStatementObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static BillingStatementObjectEnum? fromJson(dynamic value) =>
    BillingStatementObjectEnumTypeTransformer().decode(value);