resolvedBrand property
String
get
resolvedBrand
Brand string for CardBrandImage (non-null fallback).
Implementation
String get resolvedBrand => brand ?? 'Card';
Brand string for CardBrandImage (non-null fallback).
String get resolvedBrand => brand ?? 'Card';