CardTokenInfo.fromJson constructor

CardTokenInfo.fromJson(
  1. String str
)

Implementation

factory CardTokenInfo.fromJson(String str) => CardTokenInfo.fromMap(json.decode(str));