menu
spotflow package
documentation
spotflow.dart
Rate
Rate.new constructor
Rate.new constructor
dark_mode
light_mode
Rate
constructor
Rate
(
{
required
String
from
,
required
String
to
,
required
num
rate
,
})
Implementation
Rate({ required this.from, required this.to, required this.rate, });
spotflow package
documentation
spotflow
Rate
Rate.new constructor
Rate class