replies property

  1. @JsonKey(fromJson: Authorperm.fromListAuthorpermString, toJson: Authorperm.toListAuthorpermString)
List<Authorperm> replies
final

Implementation

@JsonKey(
  fromJson: Authorperm.fromListAuthorpermString,
  toJson: Authorperm.toListAuthorpermString,
)
final List<Authorperm> replies;