configKey property

String configKey
final

Property under the annotation that contains the serialized config.

Example, "restConfig" here:

@ConnectOfflineFirstWithRest(
  restConfig: RestSerializable(...)
)

Implementation

final String configKey;