AwsMsk.fromJson constructor

AwsMsk.fromJson(
  1. Map json_
)

Implementation

AwsMsk.fromJson(core.Map json_)
  : this(
      awsRoleArn: json_['awsRoleArn'] as core.String?,
      clusterArn: json_['clusterArn'] as core.String?,
      gcpServiceAccount: json_['gcpServiceAccount'] as core.String?,
      state: json_['state'] as core.String?,
      topic: json_['topic'] as core.String?,
    );