BoneMock class

A class that provides mock data for generating fake

Constructors

BoneMock()

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 Properties

address String
Returns a string of sentences length with _word repeated
getter/setter pair
city String
Returns a string of sentences length with _word repeated
getter/setter pair
country String
Returns a string of sentences length with _word repeated
getter/setter pair
date String
Returns a string of sentences length with _word repeated
getter/setter pair
email String
Returns a string of sentences length with _word repeated
getter/setter pair
fullName String
Returns a string of sentences length with _word repeated
getter/setter pair
longParagraph String
Returns a string of sentences length with _word repeated
no setter
name String
Returns a string of sentences length with _word repeated
getter/setter pair
paragraph String
Returns a string of sentences length with _word repeated
no setter
phone String
Returns a string of sentences length with _word repeated
getter/setter pair
subtitle String
Returns a string of sentences length with _word repeated
no setter
time String
Returns a string of sentences length with _word repeated
getter/setter pair
title String
Returns a string of sentences length with _word repeated
getter/setter pair

Static Methods

chars(int charNo, [String char = 'C']) String
Returns a string of charNo length with char repeated
words(int words) String
Returns a string of words length with _word repeated