providerArgs property
- @Deprecated('Use limit, offset, limitBy, orderBy, or forProviders instead')
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;