details property

String? get details

Implementation

String? get details => data == null ? null : data!['details'];