utc1970 property
DateTime
get
utc1970
Converts the string to a Uri object. Returns null if the conversion fails or the URL is invalid.
Implementation
DateTime get utc1970 => DateTime.utc(1970, 1, 1);
Converts the string to a Uri object. Returns null if the conversion fails or the URL is invalid.
DateTime get utc1970 => DateTime.utc(1970, 1, 1);