GCMEncrypted constructor

const GCMEncrypted({
  1. String? seedId,
})

Creates a GCM encryption hook for one or more string fields.

Implementation

const GCMEncrypted({this.seedId});