cstr static method

CString cstr([
  1. String? property
])

CString values.

Implementation

static CString cstr([String? property]) => CString(property: property);