defaultValue method

File? defaultValue()
inherited

Implementation

V? defaultValue() {
  final df = fromDefault;
  return (df != null ? df() : defaultsTo);
}