SpineSkeletonJson constructor
SpineSkeletonJson(
- File file
Build with file
.
Implementation
SpineSkeletonJson(this.file) : assert(file.existsSync(), file.toString());
Build with file
.
SpineSkeletonJson(this.file) : assert(file.existsSync(), file.toString());