IsPathFile method

  1. @override
bool IsPathFile(
  1. String path
)
override

Implementation

@override
bool IsPathFile(
  String path,
) => run(
  () => RaylibDebugLabels.IsPathFile(path),
  () => rl.Core.IsPathFile(
    rl.Temp.String$.ValueOrNull(path),
  ),
);