content<T> static method
Implementation
static AppAmbitCmsQuery<T> content<T>(
String contentType, {
required T Function(Map<String, dynamic>) fromJson,
}) {
return AppAmbitCmsQuery<T>(contentType, fromJson: fromJson);
}
static AppAmbitCmsQuery<T> content<T>(
String contentType, {
required T Function(Map<String, dynamic>) fromJson,
}) {
return AppAmbitCmsQuery<T>(contentType, fromJson: fromJson);
}