toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  'neomagePercent': neomagePercent,
  'neomageChars': neomageChars,
  'humanChars': humanChars,
  'surfaces': surfaces,
};