H
Size: a a a
H
H
H
class PageTemplate<T extends NotificationResponce> {
final List<T> content;
const PageTemplate({
this.content,
});
factory PageTemplate.fromJSON(Map<String, dynamic> jsonMap, T _t) {
T // call factory function
return PageTemplate<T>(
content: (jsonMap['content'] as List<dynamic>)
?.map((final _val) => )
?.toList(),
);
}
}
P
H
H
k
I
EK
k
k
MZ
H
AP
H
MZ
M
AP
ДХ
kf