getReceivedAt property

Future get getReceivedAt

Implementation

static Future<dynamic> get getReceivedAt async {
  return DateTime.now().toUtc().toString();
}