AppStringHelper class

AppStringHelper

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isEmpty(dynamic data) bool
判断是否为空
splitAddress(dynamic data) String
整个应用的'发货实体'、'收货实体'进行地址拼接
splitComma({required List splitList, required dynamic split(dynamic element), String splitText = ","}) String
整个应用的集合进行逗号拼接 AppStringHelper.splitComma splitList:分割的集合 split:分割内容处理函数 splitText:分割文本
splitCompany(dynamic data) String
整个应用的'发货实体'、'收货实体'进行'公司'拼接
stringEmpty(dynamic data) String
String empty数据处理
stringPlaceHolder(dynamic data) String
String empty数据处理(占位符)
systemName({required BuildContext context}) String
System Name(android iOS ...)