SigV4Trait.fromJson constructor

SigV4Trait.fromJson(
  1. Object? json
)

Implementation

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