providerArgs property

Map<String, dynamic> providerArgs
final

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

Implementation

final Map<String, dynamic> providerArgs;