WatchFaceInfo constructor

WatchFaceInfo(
  1. String packageName,
  2. String className,
  3. String fullName,
  4. String name,
)

Implementation

WatchFaceInfo(this.packageName, this.className, this.fullName, this.name);