stripeNull property
String
get
stripeNull
Implementation
String get stripeNull => isNotNullOrEmpty
? "${this?.replaceAll("null", "").replaceAll(r'null', "")}".toNotNull
: "";
String get stripeNull => isNotNullOrEmpty
? "${this?.replaceAll("null", "").replaceAll(r'null', "")}".toNotNull
: "";