toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (codec != null) 'codec': codec!,
      if (name != null) 'name': name!,
      if (onlyCountKeyBytes != null) 'onlyCountKeyBytes': onlyCountKeyBytes!,
      if (onlyCountValueBytes != null)
        'onlyCountValueBytes': onlyCountValueBytes!,
      if (originalName != null) 'originalName': originalName!,
      if (systemName != null) 'systemName': systemName!,
    };