Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 13, 2024
1 parent 12d232d commit 132b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/cell/lazy_cell/lazy_cell_nullable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LazyCellNullable<T> {

LazyCellNullable(this._func);

/// Lazily evaluates the function passed into the constructor.
/// Lazily evaluates the function passed into the constructor. Equivalent to [call] but more explicit.
@pragma("vm:prefer-inline")
T force() => call();

Expand Down

0 comments on commit 132b55f

Please sign in to comment.