defaultValue method

V? defaultValue()

Implementation

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