valueOf static method

CardType valueOf(
  1. String name
)

Implementation

static CardType valueOf(String name) => _$cardTypeValueOf(name);