AwsQueryErrorTrait.fromJson constructor

AwsQueryErrorTrait.fromJson(
  1. Object? json
)

Implementation

factory AwsQueryErrorTrait.fromJson(Object? json) =>
    _$AwsQueryErrorTraitFromJson((json as Map).cast<String, Object?>());