TraitWithIdentity.fromJson constructor

TraitWithIdentity.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TraitWithIdentity.fromJson(Map<String, dynamic> json) =>
    _$TraitWithIdentityFromJson(json);