toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (hotKeyAge != null) 'hotKeyAge': hotKeyAge!,
      if (key != null) 'key': key!,
      if (keyTruncated != null) 'keyTruncated': keyTruncated!,
    };