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