DataSource<T, ARG> class
abstract
- Implementers
- Available extensions
Constructors
-
DataSource({required String dataKey, required FakerXLocale locale, required List<
T> values, required Function? builder}) -
const
Properties
Methods
-
build(
dynamic args) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited