Secret.fromJson constructor

Secret.fromJson(
  1. Map json_
)

Implementation

Secret.fromJson(core.Map json_)
    : this(
        cloudSecret: json_['cloudSecret'] as core.String?,
      );