AppAmbitCmsQuery<T> constructor

AppAmbitCmsQuery<T>(
  1. String _contentType, {
  2. required T fromJson(
    1. Map<String, dynamic>
    ),
})

Implementation

AppAmbitCmsQuery(this._contentType, {required T Function(Map<String, dynamic>) fromJson})
    : _fromJson = fromJson;