empty method

bool? empty(
  1. String str
)

Check if the string is empty as far as Aloha is concerned

Implementation

bool? empty(String str) => _context!.callMethod('empty', [str]);