getDefault method

  1. @Deprecated('Use defaultFor instead.')
dynamic getDefault(
  1. String option
)

Implementation

@Deprecated('Use defaultFor instead.')
dynamic getDefault(String option) => defaultFor(option);