ArMessages class
Arabic Messages
- Implemented types
 
Constructors
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
- 
  days(
int days) → String  - 
  Format when time is in days
  override
 - 
  hours(
int hours) → String  - 
  Format when time is in hours
  override
 - 
  lessThanOneMinute(
int seconds) → String  - 
  Format when time is less than a minute
  override
 - 
  minutes(
int minutes) → String  - 
  Format when time is in minutes
  override
 - 
  months(
int months) → String  - 
  Format when time is in months
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  prefixAgo(
) → String  - 
  Example: 
prefixAgo()1 minsuffixAgo()override - 
  prefixFromNow(
) → String  - 
  Example: 
prefixFromNow()1 minsuffixFromNow()override - 
  suffixAgo(
) → String  - 
  Example: 
prefixAgo()1 minsuffixAgo()override - 
  suffixFromNow(
) → String  - 
  Example: 
prefixFromNow()1 minsuffixFromNow()override - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  wordSeparator(
) → String  - 
  word separator when words are concatenated
  override
 - 
  years(
int years) → String  - 
  Format when time is in years
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited