dateSeparator property
override
The character string used to separate the parts of a compact date format (i.e. mm/dd/yyyy has a separator of '/').
Implementation
@override
String get dateSeparator => '. ';
The character string used to separate the parts of a compact date format (i.e. mm/dd/yyyy has a separator of '/').
@override
String get dateSeparator => '. ';