AwsQueryTrait.fromJson constructor

AwsQueryTrait.fromJson(
  1. Object? json
)

Implementation

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