list static method
Output of log collection type.
Implementation
static list(List<dynamic>? list,
{String? mark, bool isExpand = false, LogOption? option}) {
if (IDKitLog.instance.optionLog.isEnable ?? true && value.isNoNull) {
final LogOption vOption = IDKitLog.instance.optionLog.copy(option);
final StackTrace stackTrace = StackTrace.current;
TLog.outPutModeMethod(vOption, stackTrace, LogMethod.list,
mark: mark, list: list, isExpand: isExpand);
}
}