menu
Dart
dart:core
DateTimeCopyWith extension
DateTimeCopyWith
dark_mode
light_mode
描述
DateTimeCopyWith
扩展
为
copyWith
方法添加到
DateTime
对象。
在
DateTime
注释
@Since("2.19")
方法
copyWith
(
{
int
?
year
,
int
?
month
,
int
?
day
,
int
?
hour
,
int
?
minute
,
int
?
second
,
int
?
millisecond
,
int
?
microsecond
,
bool
?
isUtc
}
)
→
DateTime
通过更新单个属性从这个对象创建一个新的
DateTime
对象。
Dart
dart:core
DateTimeCopyWith 扩展
dart:core 库
Cookie管理控件