posts property

  1. @JsonKey(fromJson: Authorperm.deserializeNullableList, toJson: Authorperm.serializeNullableList)
List<Authorperm>? posts
final

Implementation

@JsonKey(
  fromJson: Authorperm.deserializeNullableList,
  toJson: Authorperm.serializeNullableList,
)
final List<Authorperm>? posts;