CborDateTimeFloat.fromSecondsSinceEpoch constructor

CborDateTimeFloat.fromSecondsSinceEpoch(
  1. double amount, {
  2. List<int> tags,
})

Implementation

factory CborDateTimeFloat.fromSecondsSinceEpoch(double amount,
    {List<int> tags}) = _CborDateTimeFloatImpl.fromSecondsSinceEpoch;