FileWriteResult.ok constructor

FileWriteResult.ok(
  1. String path
)

Implementation

factory FileWriteResult.ok(String path) =>
    FileWriteResult._(success: true, absolutePath: path);