FileAttribution constructor

const FileAttribution({
  1. required int neomageChars,
  2. required int humanChars,
  3. required int percent,
  4. required String surface,
})

Implementation

const FileAttribution({
  required this.neomageChars,
  required this.humanChars,
  required this.percent,
  required this.surface,
});