providerArgs property

  1. @Deprecated('Use limit, offset, limitBy, orderBy, or forProviders instead')
Map<String, dynamic> providerArgs
final

Properties that interact with the provider's source. For example, 'limit'. The value must be serializable by jsonEncode.

Implementation

@Deprecated('Use limit, offset, limitBy, orderBy, or forProviders instead')
final Map<String, dynamic> providerArgs;