SpineSkeletonJson constructor

SpineSkeletonJson(
  1. File file
)

Build with file.

Implementation

SpineSkeletonJson(this.file) : assert(file.existsSync(), file.toString());