extraNotNull

inline fun <T : Any> Fragment.extraNotNull(key: String, default: T? = null): Lazy<T>