Faker class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

city() String
custom<T>(List<T> data) → T
distance({double base = 0.0, double delta = 100000.0}) double
随机距离, 以base为基准, delta为范围进行随机
name() String
price({double base = 0.0, double delta = 100000.0}) double
随机价格, 以base为基准, delta为范围进行随机
time() int